home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 14 / Hot Mix 14.iso / HTML / vendors / heeg / InstallIt < prev    next >
Text File  |  1996-07-16  |  441b  |  16 lines

  1. #!/bin/csh
  2. zcat /CDROM/HTML/vendors/heeg/visual.tar.Z | tar xvf -
  3.  
  4. #
  5. #    Beejay, this is what the script should be....
  6. #      the on above will not work if the CD is not mounted on /CDROM
  7. #      such as if they are getting the image accross the net.
  8. #    -Joe-
  9. #
  10. # also, in what directory will the image be untarred in ?
  11. #
  12. #        #!/bin/csh -f
  13. #        cd /Whatever_directory_they_have_selected
  14. #        zcat $HOTMIXDIR/HTML/vendors/heeg/visual.tar.Z | tar xvf -
  15. #
  16.